home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8240 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  36 lines

  1. Path: sun001.spd.dsccc.com!spd!jmccarty
  2. From: jmccarty@spd.dsccc.com (Mike McCarty)
  3. Newsgroups: comp.lang.pascal.misc,comp.lang.c++,comp.lang.c,comp.lang.pascal.borland
  4. Subject: Re: Tough FACTORIAL math problem...
  5. Date: 16 Feb 1996 00:18:47 GMT
  6. Organization: DSC Communications Corporation, Plano, Texas USA
  7. Message-ID: <4g0ih7$pov@sun001.spd.dsccc.com>
  8. References: <4fr8be$ass@news.iconn.net> <4fv9r3$gpn@abel.cc.sunysb.edu>
  9. NNTP-Posting-Host: aplo139.spd.dsccc.com
  10.  
  11. In article <4fv9r3$gpn@abel.cc.sunysb.edu>,
  12. Chris Kushmerick  <ckushmerick@ccmail.sunysb.edu> wrote:
  13. )
  14. )There are ways of doing infinite precision math operations.  Macsyma used to do it 
  15. )and I believe Mathematica does too.  As far as I know, they have traditionally been 
  16. )implmented in Lisp.
  17. )
  18. )
  19. )-- 
  20. )Chris Kushmerick
  21. )<ckushmerick@ccmail.sunysb.edu>
  22.  
  23. There are no known ways of doing infinite precision math operations,
  24. except for a very restricted subset of numbers. Every machine which man
  25. has ever built, or thought of building, has only a finite number of
  26. states. It may be that all physically realizable machines have only a
  27. finite number of states, due to the laws of physics. In any case, no
  28. machine built to date has the capability of even representing all
  29. integers, let alone operating on them.
  30.  
  31. Mike
  32. ----
  33. char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
  34.  
  35. I don't speak for DSC.         <- They make me say that.
  36.